送信

Rook

@Maryam Touimi Benjelloun (maryamtb.com)

Save anything from your AI chats to Rook, the notes app for code. With one tool available: append_to_inbox, each AI client gets their own inbox. Requires Rook to be installed from userook.app.
概要

Rook MCP

Saves text from your AI chats into Rook, the notes app for code. Configured with stdio JSON-RPC 2.0. One tool is available: append_to_inbox, which takes title and content as params.

Requires Rook installed from userook.app. The server binary ships inside Rook.app, signed with Rook's team ID and an app-group entitlement, so it can hand content to the app. Standalone builds return entitlement_unavailable.

Install

Add to your MCP client config:

​```json { "mcpServers": { "rook": { "command": "/Applications/Rook.app/Contents/Helpers/rook-mcp.app/Contents/MacOS/rook-mcp" } } }

サーバー設定

{
  "mcpServers": {
    "rook": {
      "command": "/Applications/Rook.app/Contents/Helpers/rook-mcp.app/Contents/MacOS/rook-mcp"
    }
  }
}
- MCP Server